home *** CD-ROM | disk | FTP | other *** search
- object FormHTMLLink: TFormHTMLLink
- Left = 21
- Top = 71
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Link'
- ClientHeight = 271
- ClientWidth = 574
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object EditHTMLTag: TEdit
- Left = 4
- Top = 0
- Width = 83
- Height = 21
- Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
- TabStop = False
- AutoSize = False
- ParentColor = True
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 0
- Text = 'EditHTMLTag'
- OnChange = EditHTMLTagChange
- end
- object GroupBoxHREF: TGroupBox
- Left = 8
- Top = 28
- Width = 309
- Height = 181
- Caption = 'HREF'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 1
- object EditHREF: TEdit
- Left = 6
- Top = 16
- Width = 296
- Height = 21
- MaxLength = 250
- TabOrder = 0
- OnChange = EditHREFChange
- OnExit = EditHREFExit
- OnKeyPress = EditHREFKeyPress
- end
- object PanelHREF: TPanel
- Left = 2
- Top = 159
- Width = 305
- Height = 20
- Hint = 'HREF attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelHREF'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = PanelHREFClick
- end
- object ButtonBrowse: TButton
- Left = 7
- Top = 43
- Width = 135
- Height = 25
- Caption = 'Browse'
- TabOrder = 1
- OnClick = ButtonBrowseClick
- end
- object ButtonURLsHistory: TButton
- Left = 7
- Top = 71
- Width = 135
- Height = 25
- Caption = 'URLs History'
- TabOrder = 2
- OnClick = ButtonURLsHistoryClick
- end
- object GroupPrefixes: TGroupBox
- Left = 152
- Top = 48
- Width = 97
- Height = 97
- Caption = 'Prefixes'
- TabOrder = 4
- object ListBoxPrefixes: TListBox
- Left = 2
- Top = 15
- Width = 93
- Height = 43
- Align = alTop
- IntegralHeight = True
- ItemHeight = 13
- Items.Strings = (
- 'http://'
- 'mailto:'
- 'ftp://'
- 'gopher://'
- 'news:'
- 'newsrc:'
- 'nntp://'
- 'telnet://'
- 'wais://')
- TabOrder = 0
- OnDblClick = ButtonUsePrefixClick
- end
- object ButtonUsePrefix: TButton
- Left = 8
- Top = 64
- Width = 81
- Height = 25
- Caption = 'Use'
- TabOrder = 1
- OnClick = ButtonUsePrefixClick
- end
- end
- object ButtonAnchorsHistory: TButton
- Left = 7
- Top = 99
- Width = 135
- Height = 25
- Caption = 'Anchors History'
- TabOrder = 5
- OnClick = ButtonAnchorsHistoryClick
- end
- object ButtonMailtoHistory: TButton
- Left = 7
- Top = 128
- Width = 135
- Height = 25
- Caption = 'mailto: URLs History'
- TabOrder = 6
- OnClick = ButtonMailtoHistoryClick
- end
- end
- object GroupBoxREL: TGroupBox
- Left = 328
- Top = 28
- Width = 113
- Height = 65
- Caption = 'REL'
- TabOrder = 2
- object EditREL: TEdit
- Left = 7
- Top = 16
- Width = 99
- Height = 21
- MaxLength = 250
- TabOrder = 0
- OnChange = EditRELChange
- OnExit = EditRELExit
- OnKeyPress = EditRELKeyPress
- end
- object PanelREL: TPanel
- Left = 2
- Top = 43
- Width = 109
- Height = 20
- Hint = 'REL attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelREL'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelRELClick
- end
- end
- object GroupBoxTITLE: TGroupBox
- Left = 452
- Top = 28
- Width = 113
- Height = 65
- Caption = 'TITLE'
- TabOrder = 3
- object EditTITLE: TEdit
- Left = 7
- Top = 16
- Width = 99
- Height = 21
- MaxLength = 250
- TabOrder = 0
- OnChange = EditTITLEChange
- OnExit = EditTITLEExit
- OnKeyPress = EditTITLEKeyPress
- end
- object PanelTITLE: TPanel
- Left = 2
- Top = 43
- Width = 109
- Height = 20
- Hint = 'TITLE attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelTITLE'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelTITLEClick
- end
- end
- object GroupBoxREV: TGroupBox
- Left = 328
- Top = 100
- Width = 113
- Height = 65
- Caption = 'REV'
- TabOrder = 4
- object EditREV: TEdit
- Left = 7
- Top = 16
- Width = 99
- Height = 21
- MaxLength = 250
- TabOrder = 0
- OnChange = EditREVChange
- OnExit = EditREVExit
- OnKeyPress = EditREVKeyPress
- end
- object PanelREV: TPanel
- Left = 2
- Top = 43
- Width = 109
- Height = 20
- Hint = 'REV attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelREV'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelREVClick
- end
- end
- object GroupBoxTYPE: TGroupBox
- Left = 452
- Top = 100
- Width = 113
- Height = 65
- Caption = 'TYPE'
- TabOrder = 5
- object EditTYPE: TEdit
- Left = 7
- Top = 16
- Width = 99
- Height = 21
- MaxLength = 250
- TabOrder = 0
- OnChange = EditTYPEChange
- OnExit = EditTYPEExit
- OnKeyPress = EditTYPEKeyPress
- end
- object PanelTYPE: TPanel
- Left = 2
- Top = 43
- Width = 109
- Height = 20
- Hint = 'TYPE attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelTYPE'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelTYPEClick
- end
- end
- object GroupBoxClosingTag: TGroupBox
- Left = 328
- Top = 172
- Width = 141
- Height = 37
- Caption = 'Closing Tag'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 6
- object CheckBoxAppendClosingTag: TCheckBox
- Left = 6
- Top = 16
- Width = 127
- Height = 17
- Hint = 'Append optional closing tag'
- Caption = 'Append Closing Tag'
- Ctl3D = True
- ParentCtl3D = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = CheckBoxAppendClosingTagClick
- end
- end
- object PanelBottom: TPanel
- Left = 0
- Top = 218
- Width = 574
- Height = 53
- Align = alBottom
- BevelOuter = bvNone
- Caption = 'PanelBottom'
- Font.Color = clBtnFace
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- object Bevel: TBevel
- Left = 0
- Top = 0
- Width = 574
- Height = 6
- Align = alTop
- Shape = bsTopLine
- end
- object ButtonInsert: TButton
- Left = 4
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Use the HTML tag'
- Caption = '&OK'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = ButtonInsertClick
- end
- object ButtonCancel: TButton
- Left = 88
- Top = 8
- Width = 77
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = ButtonCancelClick
- end
- object ButtonHelp: TButton
- Left = 256
- Top = 8
- Width = 77
- Height = 25
- Caption = '&Help'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnClick = ButtonHelpClick
- end
- object ButtonClearAll: TButton
- Left = 172
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Clear and reset all attributes to defaults'
- Caption = 'Clear &All'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = ButtonClearAllClick
- end
- object PanelSaveReuseLevel: TPanel
- Left = 4
- Top = 40
- Width = 329
- Height = 9
- BevelOuter = bvLowered
- Caption = ' '
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnDblClick = PanelSaveReuseLevelDblClick
- OnMouseMove = PanelSaveReuseLevelMouseMove
- end
- end
- end
-